home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-05 / dirutil.zip / DIRUTIL.DOC < prev   
Text File  |  1993-04-01  |  2KB  |  59 lines

  1. WHAT IS DOES
  2.  
  3. Allows only user who are members of the group MAKE_DIR to create new
  4. subdirectories on network drives.  Useful for networks that have many
  5. out of control users creating massive directory structures.  Does not 
  6. affect local drives.
  7.  
  8.  
  9. HOW IT WORKS
  10.  
  11. TSR that intercepts DOS and Netware create directory calls.   Uses 
  12. only 816 bytes when loaded.  If checks to see if it's already has been
  13. loaded and does not display any messages.
  14.  
  15.  
  16. HOW TO USE IT
  17.  
  18. Step 1.
  19.  
  20. Create a group named MAKE_DIR with SYSCON.  Put the names of any user
  21. that you want to have the ability to create new subdirectories in this
  22. group.  You can't put in other groups or use security equivelents.  If
  23. a user's name is not in this group, they can't create subdirectories 
  24. (this includes the supervisor).
  25.  
  26. Step 2.
  27.  
  28. DIRUTIL can be loaded anytime AFTER the shell is loaded.  Don't load it
  29. with the # command in your login script files.  For naive users, you can
  30. just add it to their boot disk.  For diskless workstations, just add it
  31. to the autoexec.bat file and regenerate a new boot image file.  If your
  32. login scripts use a EXIT command to start a batch, put it there.  An 
  33. additional program DIRCHK will check to see if DIRUTIL is loaded and
  34. set the DOS ERRORLEVEL to 1 if it it not.  The best locations for DIRUTIL
  35. and DIRCHK may take a little experimentation and imagination.
  36.  
  37.  
  38. LIMITATIONS
  39.  
  40. DIRUTIL is only compatible with Netware networks.
  41.  "   "  has NOT been tested in multiserver enviroments.
  42.  "   "  may have problems with NW 3.11 1000 user
  43.  "   "  may have problems with NW 2.X
  44.  
  45.  "   "  was developed and tested on NW 3.11 100 user
  46.  
  47.  
  48.  
  49.  
  50. DIRUTIL is a fully operational FREE program.  If you find any bugs, would 
  51. like to see enhancements, or have any comments, good or bad, I'd like to 
  52. know.  
  53.  
  54.  
  55. Warren Sallade
  56. 911 Washington Ave.
  57. St. Louis, MO  63101
  58.  
  59.